- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
29 lines (29 loc) · 660 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "lambda-captcha",
"version": "2.1.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"prepare": "npm run build",
"build": "rimraf dist; tsc --skipLibCheck && cp -r fonts dist/fonts",
"test": "jest",
"tdd": "jest --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.8",
"@types/opentype.js": "^0.7.2",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
},
"dependencies": {
"opentype.js": "^1.1.0"
},
"types": "dist/index.d.ts"
}