-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 755 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 755 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
30
31
32
33
34
35
36
{
"name": "prop-types-css",
"version": "0.1.1",
"description": "Runtime type checking for css props.",
"keywords": [
"prop-types",
"type-checking",
"validation",
"validator",
"css"
],
"license": "MIT",
"author": {
"name": "Sven Mol",
"email": "sven@taupeweb.nl"
},
"repository": {
"url": "https://github.com/CerebralFart/Prop-Types-CSS"
},
"main": "dist/index.js",
"devDependencies": {
"@types/node": "^12.12.17",
"@types/yargs": "^15.0.5",
"ava": "^3.15.0",
"esm": "^3.2.25",
"typescript": "^3.7.3",
"yargs": "^15.4.1"
},
"scripts": {
"compiler:build": "tsc",
"compiler:watch": "tsc --watch",
"grammar:build": "node -r esm build/index.js",
"grammar:test": "ava test/grammar.js"
},
"dependencies": {}
}