-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 956 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
{
"name": "@wraith13/flounder.style.js",
"version": "3.2.0",
"description": "Digital color depth pattern style maker for TypeScript/JavaScript",
"main": "./index.js",
"scripts": {
"build all": "npm run \"generate type\" && npm run \"build script\"",
"generate type": "node ./evil-type.ts ./type.json",
"build script": "tsc -p ./tsconfig.json",
"watch script": "tsc --watch -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wraith13/flounder.style.js.git"
},
"keywords": [
"css",
"style",
"pattern",
"universal design"
],
"author": "wraith13",
"license": "BSL-1.0",
"bugs": {
"url": "https://github.com/wraith13/flounder.style.js/issues"
},
"homepage": "https://github.com/wraith13/flounder.style.js/#readme",
"devDependencies": {
"typescript": "^5.7.2"
}
}