-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 872 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
36
{
"name": "xajs",
"version": "1.0.15",
"description": "💗 A collection of utility libraries used by @qddegtya",
"main": "dist/ajs.cjs.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/qddegtya/ajs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint **/*.js --fix",
"build": "./node_modules/.bin/rimraf ./dist && ./node_modules/.bin/rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [
"ajs",
"util",
"utility",
"xajs"
],
"author": "xiaoa",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"eslint": "^5.14.1",
"rimraf": "^2.6.3",
"rollup": "^1.2.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.0"
}
}