-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1002 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
37
38
39
40
41
42
43
{
"name": "atomic-system",
"version": "1.0.0",
"description": "",
"main": "./lib/goods-core.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"directories": {
"lib": "./lib"
},
"files": [
"lib",
"lib/node_modules",
"lib/**/*"
],
"dependencies": {
"@styled-system/core": "^5.1.2",
"csstype": "^3.0.3",
"tslib": "^2.0.3"
},
"devDependencies": {
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc --pretty",
"pretty": "prettier --write \"./**/*.{ts,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/adhaniscuber/atomic-system.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adhaniscuber/atomic-system/issues"
},
"homepage": "https://github.com/adhaniscuber/atomic-system#readme"
}