-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 965 Bytes
/
package.json
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
30
31
32
33
34
35
{
"name": "array-expression",
"version": "0.0.2",
"description": "Formatter declaration that can be transported through network and executed securely.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prebuild": "rimraf dist",
"dev": "npm run prebuild && tsc -w",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwardanthony/array-expression"
},
"bugs": "https://github.com/edwardanthony/array-expression/issues",
"homepage": "https://github.com/edwardanthony/array-expression#readme",
"keywords": [
"formatter",
"expression",
"parser"
],
"author": "Edward Anthony <[email protected]>",
"license": "MIT",
"devDependencies": {
"@jest/globals": "^29.3.1",
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}